useresponse
    Preparing search index...

    Interface ErrorUnauthorizedResponse

    interface ErrorUnauthorizedResponse {
        error?: { code: number; message: string };
    }
    Index

    Properties

    Properties

    error?: { code: number; message: string }

    Type Declaration

    • code: number
      401
      
    • message: string
      Authentication is required