Interface CWErrorInt

CWErrorInt interface definition for implementation by CWError

{name: string, code: number, message: string, info?: string}

Hierarchy

  • CWErrorInt

Implemented by

Properties

code: number
error_messages?: CWErrorMsgs[]
info?: string
message: string
name: string