Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for XMinioAdminUpdateApplyFailure (0.1 seconds)

  1. cmd/admin-handlers.go

    }
    
    // Admin API errors
    const (
    	AdminUpdateUnexpectedFailure = "XMinioAdminUpdateUnexpectedFailure"
    	AdminUpdateURLNotReachable   = "XMinioAdminUpdateURLNotReachable"
    	AdminUpdateApplyFailure      = "XMinioAdminUpdateApplyFailure"
    )
    
    // Returns true if the madmin.TraceInfo should be traced,
    // false if certain conditions are not met.
    // - input entry is not of the type *madmin.TraceInfo*
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 99.7K bytes
    - Click Count (0)
Back to Top