Serialized Form
-
Package app.ductape.sdk.agents
-
Exception app.ductape.sdk.agents.AgentError
class AgentError extends RuntimeException implements Serializable
-
-
Package app.ductape.sdk.api.util
-
Exception app.ductape.sdk.api.util.IntegrationApiError
class IntegrationApiError extends RuntimeException implements Serializable-
Serialized Fields
-
statusCode
Integer statusCode
-
-
-
-
Package app.ductape.sdk.cache
-
Exception app.ductape.sdk.cache.CacheError
class CacheError extends RuntimeException implements Serializable-
Serialized Fields
-
code
String code
-
-
-
-
Package app.ductape.sdk.core
-
Exception app.ductape.sdk.core.ApiException
class ApiException extends RuntimeException implements Serializable-
Serialized Fields
-
body
String body
-
statusCode
int statusCode
-
-
-
-
Package app.ductape.sdk.database.utils
-
Exception app.ductape.sdk.database.utils.DatabaseError
class DatabaseError extends RuntimeException implements Serializable-
Serialized Fields
-
type
DatabaseTypes.DatabaseErrorType type
-
-
-
-
Package app.ductape.sdk.graph.utils
-
Exception app.ductape.sdk.graph.utils.GraphError
class GraphError extends RuntimeException implements Serializable-
Serialized Fields
-
details
Map<String,
Object> details -
originalError
Throwable originalError
-
type
GraphTypes.GraphErrorType type
-
-
-
-
Package app.ductape.sdk.http
-
Exception app.ductape.sdk.http.HttpRateLimitExceededException
class HttpRateLimitExceededException extends RuntimeException implements Serializable-
Serialized Fields
-
host
String host
-
-
-
-
Package app.ductape.sdk.resilience
-
Exception app.ductape.sdk.resilience.ResilienceError
class ResilienceError extends RuntimeException implements Serializable
-
-
Package app.ductape.sdk.secrets
-
Exception app.ductape.sdk.secrets.SecretEnvironmentError
class SecretEnvironmentError extends RuntimeException implements Serializable -
Exception app.ductape.sdk.secrets.SecretExpiredError
class SecretExpiredError extends RuntimeException implements Serializable-
Serialized Fields
-
secretKey
String secretKey
-
-
-
Exception app.ductape.sdk.secrets.SecretNotFoundError
class SecretNotFoundError extends RuntimeException implements Serializable-
Serialized Fields
-
secretKey
String secretKey
-
-
-
Exception app.ductape.sdk.secrets.SecretRevokedError
class SecretRevokedError extends RuntimeException implements Serializable-
Serialized Fields
-
secretKey
String secretKey
-
-
-
Exception app.ductape.sdk.secrets.SecretScopeError
class SecretScopeError extends RuntimeException implements Serializable
-
-
Package app.ductape.sdk.sessions
-
Exception app.ductape.sdk.sessions.SessionsResolver.SessionResolutionError
class SessionResolutionError extends RuntimeException implements Serializable
-
-
Package app.ductape.sdk.vector.utils
-
Exception app.ductape.sdk.vector.utils.VectorError
class VectorError extends RuntimeException implements Serializable-
Serialized Fields
-
dbType
VectorTypes.VectorDBType dbType
-
type
VectorTypes.VectorErrorType type
-
-
-
-
Package app.ductape.sdk.warehouse.parser
-
Exception app.ductape.sdk.warehouse.parser.QueryValidationError
class QueryValidationError extends RuntimeException implements Serializable
-