interface ParseError {
    code: string;
    reasonCode: string;
}

Properties

Properties

code: string
reasonCode: string