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 custom authentication fails.

Extends

  • Error

Constructors

Constructor

new CustomAuthError(message: string): CustomAuthError;
Creates a new CustomAuthError.

Parameters

ParameterTypeDescription
messagestringThe error message.

Returns

CustomAuthError

Overrides

Error.constructor