Status$0: {
    code: string;
    message: string;
    status: number;
} & {
    [key: string]: any;
}