Skip to content

Latest commit

 

History

History
executable file
·
28 lines (14 loc) · 680 Bytes

NotFoundError.md

File metadata and controls

executable file
·
28 lines (14 loc) · 680 Bytes

KoronacloudApiV3.NotFoundError

Properties

Name Type Description Notes
message String a short description of the error in english [optional]
code String the code for client-side evaluation of the error [optional]

Enum: CodeEnum

  • ACCOUNT_NOT_FOUND (value: "ACCOUNT_NOT_FOUND")

  • MODEL_ID_NOT_FOUND (value: "MODEL_ID_NOT_FOUND")

  • NUMBER_NOT_FOUND (value: "NUMBER_NOT_FOUND")

  • DATE_NOT_FOUND (value: "DATE_NOT_FOUND")

  • INDEX_NOT_FOUND (value: "INDEX_NOT_FOUND")

  • CONDITION_MISMATCH (value: "CONDITION_MISMATCH")