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

VersionConflictJsonException

class VersionConflictJsonException : JsonException

Occurs when we upload data to the server but server contains more fresh data than we send.

User: Kirill, Date: 27.07.13 13:07

Constructors

<init>

VersionConflictJsonException()

Occurs when we upload data to the server but server contains more fresh data than we send.

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.