OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Constants Summary | |
|---|---|
| c_OKCode | 200 status OK
|
| c_BadRequestCode | 400 status Bad request
|
| c_ForbiddenCode | 403 status Forbidden
|
| c_RequestTimeoutCode | 408 status Request Time-out
|
| c_RequestEntityTooLargeCode | 413 status Request Entity Too Large
|
| c_UnsupportedMediaTypeCode | 415 status Unsupported Media Type
|
| c_LockedCode | 423 status Locked
|
| c_CallTransactionDoesNotExistCode | 481 status Call/Transaction Does Not Exist
|
| c_NotImplementedCode | 501 status Not Implemented
|
| c_VariantNegotiatesCode | 506 status Variant also negotiates
|
| 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 StatusCode c_OKCode := 200
const StatusCode c_BadRequestCode := 400
const StatusCode c_ForbiddenCode := 403
const StatusCode c_RequestTimeoutCode := 408
const StatusCode c_RequestEntityTooLargeCode := 413
const StatusCode c_UnsupportedMediaTypeCode := 415
const StatusCode c_LockedCode := 423
const StatusCode c_CallTransactionDoesNotExistCode := 481
const StatusCode c_NotImplementedCode := 501
const StatusCode c_VariantNegotiatesCode := 506
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"