Interface IVKErrorOptions

interface IVKErrorOptions {
    cause?: Error;
    code: string | number;
    message: string;
}

Properties

Properties

cause?: Error
code: string | number
message: string

Generated using TypeDoc