|
| Options | Name | Purpose | |
|---|---|---|---|
| LONGCHAR GetErrorMessage () |
/** Returns an error message constructed from the extracted properties from the 9318 error.
@return longchar Error message. */
|
||
| CHARACTER GetShortMessage () |
/** Returns an error message constructed from the extracted properties from the 9318 error.
@return character Error message. */
|
||
| ParseErrorNum (character) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| TlsClientAuthenticationError () |
/* Static constructor */
|
||
| TlsClientAuthenticationError (URI, Error) |
/* Constructor
@param URI The host that raised the error condition
@param PLError The error raised. SysError 9318 is parsed for the error code */
|
||
| TlsClientAuthenticationError (URI, Stop) |
/* Constructor
@param URI The host that raised the stop condition
@param PLStop The stop condition raised */
|
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER Host |
|
||
| INTEGER Port |
|
||
| LOGICAL ReturnOriginalMessages |
|
||
| CHARACTER TlsError |
|
||
| INTEGER TlsErrorNum |
|
LONGCHAR GetErrorMessage ()
|
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER GetShortMessage ()
|
||||||||||
ParseErrorNum (character)
|
||||||||||
STATIC TlsClientAuthenticationError ()
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TlsClientAuthenticationError (URI, Error)
|
||||||||||||||||
TlsClientAuthenticationError (URI, Stop)
|
||||||||||||||||
CHARACTER Host
|
||||||||
|---|---|---|---|---|---|---|---|---|
INTEGER Port
|
||||||||
LOGICAL ReturnOriginalMessages
|
||||||||
CHARACTER TlsError
|
||||||||
INTEGER TlsErrorNum
|
||||||||