Sanity Library Reference Docs
    Preparing search index...

    Interface ErrorProps

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

    Properties

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