LightWalletServiceError
public enum LightWalletServiceError : Error
extension LightWalletServiceError: Equatable
Wrapper for errors received from a Lightwalletd endpoint
-
Undocumented
Declaration
Swift
case generalError -
Undocumented
Declaration
Swift
case failed(statusCode: StatusCode, message: String) -
Undocumented
Declaration
Swift
case invalidBlock -
Undocumented
Declaration
Swift
case sentFailed(sendResponse: LightWalletServiceResponse) -
Undocumented
Declaration
Swift
case genericError(error: Error) -
Declaration
Swift
public static func == (lhs: `Self`, rhs: `Self`) -> Bool
LightWalletServiceError Enumeration Reference