Type Definitions
Object
# ErrorResp
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
code |
number
|
HTTP status code |
|
error |
string
|
Error message |
|
fields |
Array.<string>
|
<optional> |
Fields name related to the error |
Object
# SuccessResp
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
code |
number
|
HTTP status code |
|
message |
string
|
<optional> |
Optional message |
keyName |
*
|
<optional> |
Response data |