Interface ICollectErrorOptions

interface ICollectErrorOptions {
    code: string;
    errors: ExecuteError[];
    message: string;
}

Properties

Properties

code: string
errors: ExecuteError[]
message: string

Generated using TypeDoc