com.salesforce.eventbus.protobuf.ErrorOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: pubsub_api.proto
package com.salesforce.eventbus.protobuf;
public interface ErrorOrBuilder extends
// @@protoc_insertion_point(interface_extends:eventbus.v1.Error)
com.google.protobuf.MessageOrBuilder {
/**
*
* Error code
*
*
* .eventbus.v1.ErrorCode code = 1;
* @return The enum numeric value on the wire for code.
*/
int getCodeValue();
/**
*
* Error code
*
*
* .eventbus.v1.ErrorCode code = 1;
* @return The code.
*/
com.salesforce.eventbus.protobuf.ErrorCode getCode();
/**
*
* Error message
*
*
* string msg = 2;
* @return The msg.
*/
java.lang.String getMsg();
/**
*
* Error message
*
*
* string msg = 2;
* @return The bytes for msg.
*/
com.google.protobuf.ByteString
getMsgBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy