Format

data class Format(val detail: ErrorDetails, val err: String) : SchemaError

Formatting error indicating the schema's shape/content is not in the expected format.

Sets code to "ERROR_SCHEMA_FORMAT" and message to "Error detected during schema format validation".

Constructors

Link copied to clipboard
constructor(detail: ErrorDetails, err: String)

Properties

Link copied to clipboard

Stable machine-readable error code.

Link copied to clipboard
open override val detail: ErrorDetails

Extra context about the SDK and schema versions involved.

Link copied to clipboard
open override val err: String

Low-level diagnostic message useful for logs.

Link copied to clipboard
open override val message: String

Human-readable explanation suitable for UI/logs.