Interface GatewayOuterClass.ThrowErrorRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.ThrowErrorRequest, GatewayOuterClass.ThrowErrorRequest.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.ThrowErrorRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    the error code that will be matched with an error catch event
    com.google.protobuf.ByteString
    the error code that will be matched with an error catch event
    an optional error message that provides additional context
    com.google.protobuf.ByteString
    an optional error message that provides additional context
    long
    the unique job identifier, as obtained when activating the job

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getJobKey

      long getJobKey()
       the unique job identifier, as obtained when activating the job
       
      int64 jobKey = 1;
      Returns:
      The jobKey.
    • getErrorCode

      String getErrorCode()
       the error code that will be matched with an error catch event
       
      string errorCode = 2;
      Returns:
      The errorCode.
    • getErrorCodeBytes

      com.google.protobuf.ByteString getErrorCodeBytes()
       the error code that will be matched with an error catch event
       
      string errorCode = 2;
      Returns:
      The bytes for errorCode.
    • getErrorMessage

      String getErrorMessage()
       an optional error message that provides additional context
       
      string errorMessage = 3;
      Returns:
      The errorMessage.
    • getErrorMessageBytes

      com.google.protobuf.ByteString getErrorMessageBytes()
       an optional error message that provides additional context
       
      string errorMessage = 3;
      Returns:
      The bytes for errorMessage.