Skip to content

ConnectError

[Source]

Error connecting to an ODBC data source.

class val ConnectError

Constructors

create

[Source]

new val create(
  kind': ConnectErrorKind,
  diag': DiagChain)
: ConnectError val^

Parameters

Returns


Public Functions

kind

[Source]

fun box kind()
: ConnectErrorKind

Returns


string

[Source]

Redacted. Returns kind only — no DSN content, no raw diag messages.

fun box string()
: String iso^

Returns


unsafe_diag

[Source]

Raw diagnostic chain. May contain credentials from the driver.

fun box unsafe_diag()
: DiagChain

Returns