VersionCheckResult

enum VersionCheckResult : Enum<VersionCheckResult>

Represent result of the version comparison between content being sent and HTTP request.

Parameters

statusCode

represents HttpStatusCode associated with the result.

Entries

Link copied to clipboard
PRECONDITION_FAILED(HttpStatusCode.PreconditionFailed)

One or more conditions given in the request header fields evaluated to false.

Link copied to clipboard
NOT_MODIFIED(HttpStatusCode.NotModified)

Indicates that content has not modified according to headers sent by client.

Link copied to clipboard
OK(HttpStatusCode.OK)

Indicates that content needs to be sent to recipient.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val statusCode: HttpStatusCode