apidocs / com.srv4pos.server.api.infrastructure.exceptions / SeitaException

SeitaException

class SeitaException

Constructors

<init>

SeitaException(error: String, code: Int = 0, message: String)

Properties

code

var code: Int

Unique error code.

error

var error: String

Basically, it's Class.getSimpleName of exception occured.

message

var message: String

Exception message