FetchError¶ [Source] Error fetching a row from a result set. class val FetchError Constructors¶ create¶ [Source] new val create( kind': FetchErrorKind, diag': DiagChain = recover) : FetchError val^ Parameters¶ kind': FetchErrorKind diag': DiagChain = recover Returns¶ FetchError val^ Public Functions¶ kind¶ [Source] fun box kind() : FetchErrorKind Returns¶ FetchErrorKind string¶ [Source] fun box string() : String iso^ Returns¶ String iso^ unsafe_diag¶ [Source] fun box unsafe_diag() : DiagChain Returns¶ DiagChain