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

InvalidETagFormatJsonException

class InvalidETagFormatJsonException : JsonException

Occurs when provided ETag format is not a quoted string with version inside. Created by fasth on 14.08.14.

Constructors

<init>

InvalidETagFormatJsonException()

Occurs when provided ETag format is not a quoted string with version inside. Created by fasth on 14.08.14.

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.