Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 802 Bytes

File metadata and controls

11 lines (8 loc) · 802 Bytes

WebidaRestfulApi.RestError

Properties

Name Type Description Notes
code String [optional]
message String
errno String errno code for some internal errors in server. Since service implementation can use many different platform api & runtime, client should avoid relying on errno code. If server provides errno code, it should be translated into human readable string like ENOENT or ENOMEM, not pure integer value. [optional]
stack String stack trace for this error. Server should not include stack trace in production and client should not print or show this stack to user. This property should be used in 'developer mode' only, for debugging. [optional]