Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Error thrown when an MFA operation fails.

Extends

  • Error

Constructors

Constructor

new MfaError(code: MfaErrorCode, message: string): MfaError;
Creates a new MfaError.

Parameters

ParameterTypeDescription
codeMfaErrorCodeThe error code identifying the type of MFA error.
messagestringThe error message.

Returns

MfaError

Overrides

Error.constructor

Properties

PropertyModifierTypeDescription
codepublicMfaErrorCodeThe error code identifying the type of MFA error.