useresponse
    Preparing search index...

    Interface ErrorInvalidParamsResponse

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

    Properties

    Properties

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

    Type Declaration

    • code: number
      400
      
    • context: string
      ownership or/and object_type parameters are missed
      
    • message: string
      Invalid request and/or request parameters