[−][src]Struct kerberos_parser::ErrorCode
Methods
impl ErrorCode[src]
pub const KDC_ERR_NONE: ErrorCode[src]
pub const KDC_ERR_NAME_EXP: ErrorCode[src]
pub const KDC_ERR_SERVICE_EXP: ErrorCode[src]
pub const KDC_ERR_BAD_PVNO: ErrorCode[src]
pub const KDC_ERR_C_OLD_MAST_KVNO: ErrorCode[src]
pub const KDC_ERR_S_OLD_MAST_KVNO: ErrorCode[src]
pub const KDC_ERR_C_PRINCIPAL_UNKNOWN: ErrorCode[src]
pub const KDC_ERR_S_PRINCIPAL_UNKNOWN: ErrorCode[src]
pub const KDC_ERR_PRINCIPAL_NOT_UNIQUE: ErrorCode[src]
pub const KDC_ERR_NULL_KEY: ErrorCode[src]
pub const KDC_ERR_CANNOT_POSTDATE: ErrorCode[src]
pub const KDC_ERR_NEVER_VALID: ErrorCode[src]
pub const KDC_ERR_POLICY: ErrorCode[src]
pub const KDC_ERR_BADOPTION: ErrorCode[src]
pub const KDC_ERR_ETYPE_NOSUPP: ErrorCode[src]
pub const KDC_ERR_SUMTYPE_NOSUPP: ErrorCode[src]
pub const KDC_ERR_PADATA_TYPE_NOSUPP: ErrorCode[src]
pub const KDC_ERR_TRTYPE_NOSUPP: ErrorCode[src]
pub const KDC_ERR_CLIENT_REVOKED: ErrorCode[src]
pub const KDC_ERR_SERVICE_REVOKED: ErrorCode[src]
pub const KDC_ERR_TGT_REVOKED: ErrorCode[src]
pub const KDC_ERR_CLIENT_NOTYET: ErrorCode[src]
pub const KDC_ERR_SERVICE_NOTYET: ErrorCode[src]
pub const KDC_ERR_KEY_EXPIRED: ErrorCode[src]
pub const KDC_ERR_PREAUTH_FAILED: ErrorCode[src]
pub const KDC_ERR_PREAUTH_REQUIRED: ErrorCode[src]
pub const KDC_ERR_SERVER_NOMATCH: ErrorCode[src]
pub const KDC_ERR_MUST_USE_USER2USER: ErrorCode[src]
pub const KDC_ERR_PATH_NOT_ACCEPTED: ErrorCode[src]
pub const KDC_ERR_SVC_UNAVAILABLE: ErrorCode[src]
pub const KRB_AP_ERR_BAD_INTEGRITY: ErrorCode[src]
pub const KRB_AP_ERR_TKT_EXPIRED: ErrorCode[src]
pub const KRB_AP_ERR_TKT_NYV: ErrorCode[src]
pub const KRB_AP_ERR_REPEAT: ErrorCode[src]
pub const KRB_AP_ERR_NOT_US: ErrorCode[src]
pub const KRB_AP_ERR_BADMATCH: ErrorCode[src]
pub const KRB_AP_ERR_SKEW: ErrorCode[src]
pub const KRB_AP_ERR_BADADDR: ErrorCode[src]
pub const KRB_AP_ERR_BADVERSION: ErrorCode[src]
pub const KRB_AP_ERR_MSG_TYPE: ErrorCode[src]
pub const KRB_AP_ERR_MODIFIED: ErrorCode[src]
pub const KRB_AP_ERR_BADORDER: ErrorCode[src]
pub const KRB_AP_ERR_BADKEYVER: ErrorCode[src]
pub const KRB_AP_ERR_NOKEY: ErrorCode[src]
pub const KRB_AP_ERR_MUT_FAIL: ErrorCode[src]
pub const KRB_AP_ERR_BADDIRECTION: ErrorCode[src]
pub const KRB_AP_ERR_METHOD: ErrorCode[src]
pub const KRB_AP_ERR_BADSEQ: ErrorCode[src]
pub const KRB_AP_ERR_INAPP_CKSUM: ErrorCode[src]
pub const KRB_AP_PATH_NOT_ACCEPTED: ErrorCode[src]
pub const KRB_ERR_RESPONSE_TOO_BIG: ErrorCode[src]
pub const KRB_ERR_GENERIC: ErrorCode[src]
pub const KRB_ERR_FIELD_TOOLONG: ErrorCode[src]
pub const KDC_ERROR_CLIENT_NOT_TRUSTED: ErrorCode[src]
pub const KDC_ERROR_KDC_NOT_TRUSTED: ErrorCode[src]
pub const KDC_ERROR_INVALID_SIG: ErrorCode[src]
pub const KDC_ERR_KEY_TOO_WEAK: ErrorCode[src]
pub const KDC_ERR_CERTIFICATE_MISMATCH: ErrorCode[src]
pub const KRB_AP_ERR_NO_TGT: ErrorCode[src]
pub const KDC_ERR_WRONG_REALM: ErrorCode[src]
pub const KRB_AP_ERR_USER_TO_USER_REQUIRED: ErrorCode[src]
pub const KDC_ERR_CANT_VERIFY_CERTIFICATE: ErrorCode[src]
pub const KDC_ERR_INVALID_CERTIFICATE: ErrorCode[src]
pub const KDC_ERR_REVOKED_CERTIFICATE: ErrorCode[src]
pub const KDC_ERR_REVOCATION_STATUS_UNKNOWN: ErrorCode[src]
pub const KDC_ERR_REVOCATION_STATUS_UNAVAILABLE: ErrorCode[src]
pub const KDC_ERR_CLIENT_NAME_MISMATCH: ErrorCode[src]
pub const KDC_ERR_KDC_NAME_MISMATCH: ErrorCode[src]
Trait Implementations
impl Clone for ErrorCode[src]
fn clone(&self) -> ErrorCode[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Eq for ErrorCode[src]
impl Copy for ErrorCode[src]
impl PartialEq<ErrorCode> for ErrorCode[src]
impl Debug for ErrorCode[src]
Auto Trait Implementations
impl Sync for ErrorCode
impl Unpin for ErrorCode
impl Send for ErrorCode
impl RefUnwindSafe for ErrorCode
impl UnwindSafe for ErrorCode
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,