ENUM

IdsvrErrorHandling

Contents

swift
public enum IdsvrErrorHandling

Defines the possible error handling strategies to implement for an IdsvrError.

Cases

retryable(condition:)

swift
case retryable(condition: RetryCondition)

The operation can be retried.

newHaapiFlow

swift
case newHaapiFlow

The operation cannot be completed with the current state. A new Authentication flow is required.

unrecoverable(action:)

swift
case unrecoverable(action: UnrecoverableAction)

The operation cannot be completed and cannot be recovered. Modification of the configuration or the invocation called on the API is required.