adobe-firefly-sdk
    Preparing search index...

    Type Alias PatchFileRolesErrors

    type PatchFileRolesErrors = {
        "400": ErrorResponse;
        "401": ErrorResponse;
        "403": ErrorResponse;
        "404": ErrorResponse;
        "415": ErrorResponse;
        "422": ErrorResponse;
        "429": ErrorResponse;
        "500": ErrorResponse;
    }
    Index

    Properties

    Properties

    Invalid Request - The server cannot process the request due to a client error

    Unauthorized - The request requires user authentication

    Forbidden - The user does not have permission to access the resource

    Not Found - The requested resource was not found

    Unsupported Media Type - The server cannot process the request due to an unsupported media type

    Unprocessable Request - The request cannot be processed due to semantic errors

    Too Many Requests - The request was rejected due to rate limiting

    Internal Server Error - An unexpected error occurred while processing the request