IotaAPIError

public struct IotaAPIError: Error

Carries an error message.

  • The error message.

    Declaration

    Swift

    public let message: String
  • The initializer for IotaAPIError.

    Declaration

    Swift

    public init(_ message: String)

    Parameters

    message

    The error message.