apidocs / com.srv4pos.server.api.exceptions / OutdatedVersionJsonException

OutdatedVersionJsonException

class OutdatedVersionJsonException : JsonException, FriendlyException

Means that server doesn't support the version at all, you have to update your app as soon as possible. User: Kirill Date: 23.07.13 15:02

Constructors

<init>

OutdatedVersionJsonException()

Means that server doesn't support the version at all, you have to update your app as soon as possible. User: Kirill Date: 23.07.13 15:02

Inherited Properties

exceptionName

val exceptionName: String

message

open val message: String

responseCode

var responseCode: Int

Inherited Functions

deserialize

open fun deserialize(jsonSource: String): JsonException

Performs deserialization. For serialization see JsonSerializable.serialize.

serialize

open fun serialize(): String

Performs serialization. For deserialization see JsonSerializable.serialize.