TKMErrorDescriptor

public class TKMErrorDescriptor

Contains information about an error that occurred in a component inside the SDK.

  • Creates an error descriptor.

    Declaration

    Swift

    public init(code errorCode: String, message errorMessage: String? = nil, details errorDetails: Any? = nil)

    Parameters

    code

    the error code.

    message

    the error message.

    details

    additional data to describe or document the error.