Interface GatewayOuterClass.ThrowErrorRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getErrorCode()
      the error code that will be matched with an error catch event
      com.google.protobuf.ByteString getErrorCodeBytes()
      the error code that will be matched with an error catch event
      String getErrorMessage()
      an optional error message that provides additional context
      com.google.protobuf.ByteString getErrorMessageBytes()
      an optional error message that provides additional context
      long getJobKey()
      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 Detail

      • 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.