@octokit/types
    Preparing search index...

    Interface RequestError

    interface RequestError {
        documentation_url: string;
        errors?: {
            code: string;
            field: string;
            message?: string;
            resource: string;
        }[];
        name: string;
        status: number;
    }
    Index

    Properties

    documentation_url: string
    errors?: { code: string; field: string; message?: string; resource: string }[]
    name: string
    status: number