Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ErrInvalidXLValue (0.11 sec)

  1. cmd/storage-rest-server.go

    // now, need to revisit the overall erroring structure here.
    // Do not like it :-(
    func logFatalErrs(err error, endpoint Endpoint, exit bool) {
    	switch {
    	case errors.Is(err, errXLBackend):
    		logger.Fatal(config.ErrInvalidXLValue(err), "Unable to initialize backend")
    	case errors.Is(err, errUnsupportedDisk):
    		var hint string
    		if endpoint.URL != nil {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Aug 14 17:11:51 UTC 2024
    - 45.7K bytes
    - Viewed (0)
Back to top