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()
cleanStack()
public source

.toString()

toString()
toString()
public static source

.fromArray(...)

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