Error Notification
data class ErrorNotification @JvmOverloads constructor(jobID: HashID, code: Int, message: String?) : JsonSerializable
Content copied to clipboard
Job Error Notification
Parameters
job ID
Hash ID of the job that failed.
code
Error/response code of the job failure.
If the error has no associated code, set this value to 0
.
message
Optional error message for the job failure.
Constructors
Link copied to clipboard
Constructs a new ErrorNotification instance.