ENUM

HaapiUIKitError

Contents

public enum HaapiUIKitError: Error

The Haapi UI Kit Error. Any of these cases can occurrs in IdsvrHaapiUIKit.

Cases

illegalState(_:)

case illegalState(_ reason: String)

The flow ended up in an illegal state which cannot be recovered for a following reason.

unsupportedMap(objName:expectedObjName:)

case unsupportedMap(objName: String, expectedObjName: String)

The objName cannot be mapped to the expectedObjName.

unsupported(cause:)

case unsupported(cause: String)

The flow ended due to an unsupported cause.

other(_:)

case other(_ error: Error)

An error occurs in the frameworks or any reasons (e.g. system) and it is forwared.