Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for errIsTierPermError (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/admin-handler-utils.go

    			apiErr = APIError{
    				Code:           "XMinioAdminTierTypeUnsupported",
    				Description:    err.Error(),
    				HTTPStatusCode: http.StatusBadRequest,
    			}
    		case errIsTierPermError(err):
    			apiErr = APIError{
    				Code:           "XMinioAdminTierInsufficientPermissions",
    				Description:    err.Error(),
    				HTTPStatusCode: http.StatusBadRequest,
    			}
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Jul 03 07:17:20 GMT 2024
    - 8.4K bytes
    - Click Count (0)
Back to Top