ErrorDetails

data class ErrorDetails(val sdkVersion: Version, val schemaVersion: Version? = null)

Extra details about the schema and SDK versions used during validation.

Constructors

Link copied to clipboard
constructor(sdkVersion: Version, schemaVersion: Version? = null)

Properties

Link copied to clipboard
val schemaVersion: Version? = null

The target or parsed schema version, if available.

Link copied to clipboard

The SDK version performing validation/compatibility checks.