UserCancelled

class UserCancelled(val errorReason: String) : ErrorStatus

The end user canceled the journey. This status should not be considered as an error.

Constructors

Link copied to clipboard
constructor(errorReason: String)

Properties

Link copied to clipboard