interface R2Error {
    action: string;
    code: number;
    message: string;
    name: string;
    stack: any;
}

Hierarchy

  • Error
    • R2Error

Properties

action: string
code: number
message: string
name: string
stack: any