open class FxaException : Exception
(source)
Wrapper class for the exceptions thrown in the Rust library, which ensures that the error messages will be consumed and freed properly in Rust.
class Panic : FxaException |
|
class Unauthorized : FxaException |
|
class Unspecified : FxaException |
FxaException(message: String)
Wrapper class for the exceptions thrown in the Rust library, which ensures that the error messages will be consumed and freed properly in Rust. |
fun fromConsuming(e: Error): FxaException |
class Panic : FxaException |
|
class Unauthorized : FxaException |
|
class Unspecified : FxaException |