OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


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

Group constants


Declaration of constants used by templates
Declared in module LibMsrp_Templates
Subgroups: codes, comments

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

Details

c_OKCode
const StatusCode c_OKCode := 200

Declared in group constants.codes

200 status OK

See also: RFC 4975 - Clause 10.1

c_BadRequestCode
const StatusCode c_BadRequestCode := 400

Declared in group constants.codes

400 status Bad request

See also: RFC 4975 - Clause 10.2

c_ForbiddenCode
const StatusCode c_ForbiddenCode := 403

Declared in group constants.codes

403 status Forbidden

See also: RFC 4975 - Clause 10.3

c_RequestTimeoutCode
const StatusCode c_RequestTimeoutCode := 408

Declared in group constants.codes

408 status Request Time-out

See also: RFC 4975 - Clause 10.4

c_RequestEntityTooLargeCode
const StatusCode c_RequestEntityTooLargeCode := 413

Declared in group constants.codes

413 status Request Entity Too Large

See also: RFC 4975 - Clause 10.5

c_UnsupportedMediaTypeCode
const StatusCode c_UnsupportedMediaTypeCode := 415

Declared in group constants.codes

415 status Unsupported Media Type

See also: RFC 4975 - Clause 10.6

c_LockedCode
const StatusCode c_LockedCode := 423

Declared in group constants.codes

423 status Locked

See also: RFC 4975 - Clause 10.7

c_CallTransactionDoesNotExistCode
const StatusCode c_CallTransactionDoesNotExistCode := 481

Declared in group constants.codes

481 status Call/Transaction Does Not Exist

See also: RFC 4975 - Clause 10.8

c_NotImplementedCode
const StatusCode c_NotImplementedCode := 501

Declared in group constants.codes

501 status Not Implemented

See also: RFC 4975 - Clause 10.9

c_VariantNegotiatesCode
const StatusCode c_VariantNegotiatesCode := 506

Declared in group constants.codes

506 status Variant also negotiates

See also: RFC 4975 - Clause 10.10

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