BettererErrorDetail
API > @betterer/errors > BettererErrorDetail
An additional piece of information attached to a BettererError
. This might be a more detailed error message, or the original Error that caused the BettererError
to be created.
Signature
export declare type BettererErrorDetail = string | Error | BettererError;