RecipleError

class

RecipleError

source
export class RecipleError extends Error
export class RecipleError extends Error
constructor(options: RecipleError.Options|string)
constructor(options: RecipleError.Options|string)
ParamTypeRequired
options
options
RecipleError.Options|string
RecipleError.Options|string
Yes
cleanStack(): string|undefined
cleanStack(): string|undefined

Returns:

string|undefined
string|undefined

toString(): string
toString(): string

Returns:

string
string

static source

.fromArray(...)

fromArray(errors: Error[]): Error
fromArray(errors: Error[]): Error
ParamTypeRequired
errors
errors
Error[]
Error[]
Yes

Returns:

Error
Error