|
|
OpenEdge.Net.HTTP.StatusCodeEnum GetCode (character)
|
/* Finds the default status code enum for a status message, if possible.
Returns StatusCodeEnum:Unknown if the text cannot be converted into an
existing enum.
@param character The status text
@return StatusCodeEnum A status code enumeration based on the name */
|
|
|
CHARACTER GetMessage (integer)
|
/* Returns the default status message for a status code.
@param integer The status code to convert.
@return character The (default) status code text. */
|
|
|
CHARACTER GetMessage (StatusCodeEnum)
|
/* Returns the default status message for a status code.
@param StatusCodeEnum The status code to convert.
@return character The (default) status code text. */
|