Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apimachinery/pkg/util/validation/field/errors.go

    	// This is similar to ErrorTypeInvalid, but the error will not include the
    	// too-long value.  See TooLong().
    	ErrorTypeTooLong ErrorType = "FieldValueTooLong"
    	// ErrorTypeTooMany is used to report "too many". This is used to
    	// report that a given list has too many items. This is similar to FieldValueTooLong,
    	// but the error indicates quantity instead of length.
    	ErrorTypeTooMany ErrorType = "FieldValueTooMany"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 28 07:31:28 UTC 2023
    - 11.1K bytes
    - Viewed (0)
Back to top