Class CommandResponse.Error

    • Constructor Detail

      • Error

        public Error​(Id runId,
                     java.lang.String message)
    • Method Detail

      • runId

        public Id runId()
        Description copied from interface: CommandResponse
        A helper method to get the runId for this command response

        Specified by:
        runId in interface CommandResponse
        Returns:
        the runId of command for which this response is created
      • message

        public java.lang.String message()