HttpFs.Auth0


Auth0ApiFailure

Namespace: HttpFs.Auth0
Parent Module: Types

Represents a failed attempt to interact with an Auth0 API.

Union Cases

Union CaseDescription
ApiError(err)
Signature: Auth0ApiError

Indicates an error reported by the Auth0 API.

ApiException(exn)
Signature: exn

Indicates that an unhandled exception was thrown while trying to get a response from the API.

DeserializationError(err)
Signature: string

Indicates that there was an error deserializing the response.

NoCredentials
Signature:

Indicates that no interaction with the API could occur due to a lack of credentials.

OperationTimedOut
Signature:

Indicates that the attempt to interact with the API timed out.

Fork me on GitHub