Sanity Library Reference Docs
    Preparing search index...

    Interface ErrorProps

    interface ErrorProps {
        details: any;
        message: string;
        response: any;
        responseBody: any;
        statusCode: number;
    }
    Index

    Properties

    details: any
    message: string
    response: any
    responseBody: any
    statusCode: number