pontil/errors

Types

Errors returned by pontil functions.

pub type PontilError {
  CoreError(error: command.PontilCoreError)
  FetchError(error: fetch.FetchError)
  OidcTokenMissing
}

Constructors

  • CoreError(error: command.PontilCoreError)

    An error raised from pontil/core.

  • FetchError(error: fetch.FetchError)

    A fetch (HTTP) operation failed.

  • OidcTokenMissing

    The OIDC token response did not contain a token value.

Search Document