LinkErrorResponse

public struct LinkErrorResponse : Decodable

Describes an error response for a link attempt.

  • Describes the content of an error response.

    See more

    Declaration

    Swift

    public struct ErrorContent : Decodable
  • Error details.

    Declaration

    Swift

    public let error: ErrorContent
  • Indicates whether the error type implied that the Link button should be pressed.

    Declaration

    Swift

    public var isLinkRequest: Bool { get }