Skip to content

InternalFailure

class InternalFailure(message: String, cause: Throwable?) : FrakError

A failure inside the SDK: an unexpected error that escaped an internal boundary, or a device capability it needs and cannot get. Not Decoding, which describes a backend body.

InternalFailureconstructor(message: String, cause: Throwable?)constructor(message: String)