Waiting for engine...
Skip to main content

AccountMetricsErrorCode

Error codes for account metrics operations

enum AccountMetricsErrorCode {
INVALID_DATE_RANGE
PARENT_ACCOUNT_NOT_FOUND
INVALID_LIMIT
TIMESTREAM_QUERY_ERROR
GENERIC_ERROR
}

Values

AccountMetricsErrorCode.INVALID_DATE_RANGE

Invalid date range provided

AccountMetricsErrorCode.PARENT_ACCOUNT_NOT_FOUND

Parent account not found

AccountMetricsErrorCode.INVALID_LIMIT

Invalid limit value

AccountMetricsErrorCode.TIMESTREAM_QUERY_ERROR

TimeStream query error

AccountMetricsErrorCode.GENERIC_ERROR

Generic system error

On this Page