ErrorMessage interface
Error response containing message and code.
Properties
code | standard error code |
details | detailed summary of error |
message | standard error description |
Property Details
code
standard error code
code?: string
Property Value
string
details
detailed summary of error
details?: string
Property Value
string
message
standard error description
message?: string
Property Value
string