Error

data class Error(val throwable: Throwable) : CreateSdkOutputResult.Failure

An exception occurred.

Parameters

throwable

the Throwable object relating to the error or null for an unknown error.

Constructors

Link copied to clipboard
constructor(throwable: Throwable)

Properties

Link copied to clipboard