For AI agents: visit https://developer.indicodata.ai/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
abstract class IndicoBaseException : RuntimeException
|
|---|
| IndicoAuthorizationException |
| IndicoInvalidRequestException |
| IndicoMutationException |
| IndicoNetworkException |
| IndicoQueryException |
| Name | Summary |
|---|
| addSuppressed | fun addSuppressed(p: Throwable) |
| fillInStackTrace | open fun fillInStackTrace(): Throwable |
| getLocalizedMessage | open fun getLocalizedMessage(): String |
| getMessage | open fun getMessage(): String |
| getSuppressed | fun getSuppressed(): Array<Throwable> |
| initCause | open fun initCause(p: Throwable): Throwable |
| printStackTrace | open fun printStackTrace() |
| toString | open fun toString(): String |