[Top]
GSSAPI
GSSAPI.Error
|
Class GSSAPI.Error
- Description
Error object used for GSS-API errors.
- Inherit
Error.Generic
inherit Error.Generic : Error.Generic
constant GSSAPI.Error.is_gssapi_error
constant GSSAPI.Error.error_type
- Description
Object recognition constants.
- Variable
major_status
int GSSAPI.Error.major_status
- Description
The major status code. This is a bitwise OR of one routine error
code and zero or more supplementary error info bits.
See RFC 2743 section 1.2.1.1 and RFC 2744 section 3.9.1. Note that
the calling errors mentioned in RFC 2744 are never thrown.
- See also
major_status_messages
- Variable
minor_status
int GSSAPI.Error.minor_status
- Description
The minor status code specific for the mechanism.
- See also
minor_status_messages , minor_status_mech
|