Properties
Optional code
code?: 400 | 401 | 403 | 404 | 405 | 406 | 422 | 429 | 500 | 503
Optional stack
stack?: string
Static Readonly code
code: 400 | 401 | 403 | 404 | 405 | 406 | 422 | 429 | 500 | 503 = ...
Static Readonly meaning
meaning: "Forbidden -- You do not have permission to access this resource" = 'Forbidden -- You do not have permission to access this resource'
Static Optional prepareStackTrace
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)
Type declaration
- (err: Error, stackTraces: CallSite[]): any
Parameters
err: Error
stackTraces: CallSite[]
Returns any
Static stackTraceLimit
stackTraceLimit: number
CodewarsErrorCode