VertexCacheSdk.Model.VertexCacheSdkException exception (vertexcache_sdk v1.0.0)

View Source

Custom exception for VertexCache SDK, used for consistent cross-SDK error handling.

Summary

Types

t()

@type t() :: %VertexCacheSdk.Model.VertexCacheSdkException{
  __exception__: true,
  message: String.t()
}