Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for XMinioEncryptionError (0.07 seconds)

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

  1. cmd/api-errors.go

    				Code:           "MalformedPolicy",
    				Description:    e.Error(),
    				HTTPStatusCode: http.StatusBadRequest,
    			}
    		case crypto.Error:
    			apiErr = APIError{
    				Code:           "XMinioEncryptionError",
    				Description:    e.Error(),
    				HTTPStatusCode: http.StatusBadRequest,
    			}
    		case minio.ErrorResponse:
    			apiErr = APIError{
    				Code:           e.Code,
    				Description:    e.Message,
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Apr 16 07:34:24 GMT 2025
    - 93K bytes
    - Click Count (3)
Back to Top