OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Module Parameters   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test Cases  

Group constants.comments

Declared in module LibMsrp_Templates


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

Details

c_OKComment
const charstring c_OKComment := "OK"

Declared in group constants.comments

Comment for 200 status

See also: RFC 4975 - Clause 10.1

c_BadRequestComment
const charstring c_BadRequestComment := "Bad request"

Declared in group constants.comments

Comment for 400 Bad request

See also: RFC 4975 - Clause 10.2

c_ForbiddenComment
const charstring c_ForbiddenComment := "Forbidden"

Declared in group constants.comments

Comment for 403 Forbidden

See also: RFC 4975 - Clause 10.3

c_RequestTimeoutComment
const charstring c_RequestTimeoutComment := "Request Time-out"

Declared in group constants.comments

Comment for 408 Request Time-out

See also: RFC 4975 - Clause 10.4

c_RequestEntityTooLargeComment
const charstring c_RequestEntityTooLargeComment := "Request Entity Too Large"

Declared in group constants.comments

413 status Request Entity Too Large

See also: RFC 4975 - Clause 10.5

c_UnsupportedMediaTypeComment
const charstring c_UnsupportedMediaTypeComment := "Unsupported Media Type"

Declared in group constants.comments

415 status Unsupported Media Type

See also: RFC 4975 - Clause 10.6

c_LockedComment
const charstring c_LockedComment := "Locked"

Declared in group constants.comments

423 status Locked

See also: RFC 4975 - Clause 10.7

c_CallTransactionDoesNotExistComment
const charstring c_CallTransactionDoesNotExistComment := "Call/Transaction Does Not Exist"

Declared in group constants.comments

481 status Call/Transaction Does Not Exist

See also: RFC 4975 - Clause 10.8

c_NotImplementedComment
const charstring c_NotImplementedComment := "Not Implemented"

Declared in group constants.comments

501 status Not Implemented

See also: RFC 4975 - Clause 10.9

c_VariantNegotiatesComment
const charstring c_VariantNegotiatesComment := "Variant also negotiates"

Declared in group constants.comments

506 status Variant also negotiates

See also: RFC 4975 - Clause 10.10