Logo FSBarV1_Archived

PutLayerError Type

Typed error from `putLayer`. Validation failures and cap violations produce distinct gRPC status codes upstream.

Union cases

Union case Description

CapExceeded cap

Full Usage: CapExceeded cap

Parameters:
cap : CapKind

InvalidName reason

Full Usage: InvalidName reason

Parameters:
    reason : string

reason : string

ValidationFailed errors

Full Usage: ValidationFailed errors

Parameters:
    errors : string list

errors : string list

Instance members

Instance member Description

this.IsCapExceeded

Full Usage: this.IsCapExceeded

Returns: bool
Returns: bool

this.IsInvalidName

Full Usage: this.IsInvalidName

Returns: bool
Returns: bool

this.IsValidationFailed

Full Usage: this.IsValidationFailed

Returns: bool
Returns: bool

Type something to start searching.