FailureCode

sealed class FailureCode

A predefined code indicating the error that caused the failure.

Inheritors

Types

Link copied to clipboard

Request throttled due to large number of pending dial requests

Link copied to clipboard
object Companion
Link copied to clipboard

The request failed to satisfy the constraints specified by the service

Link copied to clipboard

The request was throttled due to excessive usage

Link copied to clipboard
data class SdkUnknown(val value: String) : FailureCode
Link copied to clipboard

Unexpected error during processing of request

Properties

Link copied to clipboard
abstract val value: String