OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Constants Summary | |
|---|---|
| c_OKComment | Comment for 200 status
|
| c_BadRequestComment | Comment for 400 Bad request
|
| c_ForbiddenComment | Comment for 403 Forbidden
|
| c_RequestTimeoutComment | Comment for 408 Request Time-out
|
| c_RequestEntityTooLargeComment | 413 status Request Entity Too Large
|
| c_UnsupportedMediaTypeComment | 415 status Unsupported Media Type
|
| c_LockedComment | 423 status Locked
|
| c_CallTransactionDoesNotExistComment | 481 status Call/Transaction Does Not Exist
|
| c_NotImplementedComment | 501 status Not Implemented
|
| c_VariantNegotiatesComment | 506 status Variant also negotiates
|
const charstring c_OKComment := "OK"
const charstring c_BadRequestComment := "Bad request"
const charstring c_ForbiddenComment := "Forbidden"
const charstring c_RequestTimeoutComment := "Request Time-out"
const charstring c_RequestEntityTooLargeComment := "Request Entity Too Large"
const charstring c_UnsupportedMediaTypeComment := "Unsupported Media Type"
const charstring c_LockedComment := "Locked"
const charstring c_CallTransactionDoesNotExistComment := "Call/Transaction Does Not Exist"
const charstring c_NotImplementedComment := "Not Implemented"
const charstring c_VariantNegotiatesComment := "Variant also negotiates"