Skip to main content

UsageOutsideOfThresholdError

The UsageOutsideOfThresholdError type represents an error when the usage is outside of the threshold compared to the expected usage.

type UsageOutsideOfThresholdError implements Error {
message: String!
extensions: ErrorExtensions!
}

Fields

UsageOutsideOfThresholdError.message ● String! non-null scalar

A message specific to this occurrence of the problem.

UsageOutsideOfThresholdError.extensions ● ErrorExtensions! non-null object

Extensions to the error message that provide more detailed information about the problem.

Interfaces

Error interface

The Error interface is used to represent a problem that occurred during the handling of a request. It follows the RFC9457 standard: https://www.rfc-editor.org/rfc/rfc9457.html

Implemented By

UpdateMyMonthlyDepositResponse union