Structured data on an error that occurred during Polymod's operation.
Constructor
new(severity:PolymodErrorType, code:PolymodErrorCode, message:String, origin:PolymodErrorOrigin = UNKNOWN)
Variables
code:PolymodErrorCode
A particular error which occurred during Polymod's operation. You can use this with a switch statement to automatically resolve specific errors, or provide special messages for others.
severity:PolymodErrorType
Indicates the severity of the issue.
See PolymodErrorType
for more information.