Interface IDtoInternalEngineFailureError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoInternalEngineFailureError
Kayros encountered an internal Exception. Please contact support. Internal message: {message}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe message of the original error.getType()Type of this object.voidsetMessage(String message) The message of the original error.
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError
-
getMessage
String getMessage()The message of the original error. Please include this in your Bugreport.- Specified by:
getMessagein interfaceIDtoAbstractError
-
setMessage
The message of the original error. Please include this in your Bugreport.- Specified by:
setMessagein interfaceIDtoAbstractError
-