pub struct ErrorCode(pub i32);

Tuple Fields§

§0: i32

Implementations§

source§

impl ErrorCode

source

pub const KDC_ERR_NONE: ErrorCode = _

source

pub const KDC_ERR_NAME_EXP: ErrorCode = _

source

pub const KDC_ERR_SERVICE_EXP: ErrorCode = _

source

pub const KDC_ERR_BAD_PVNO: ErrorCode = _

source

pub const KDC_ERR_C_OLD_MAST_KVNO: ErrorCode = _

source

pub const KDC_ERR_S_OLD_MAST_KVNO: ErrorCode = _

source

pub const KDC_ERR_C_PRINCIPAL_UNKNOWN: ErrorCode = _

source

pub const KDC_ERR_S_PRINCIPAL_UNKNOWN: ErrorCode = _

source

pub const KDC_ERR_PRINCIPAL_NOT_UNIQUE: ErrorCode = _

source

pub const KDC_ERR_NULL_KEY: ErrorCode = _

source

pub const KDC_ERR_CANNOT_POSTDATE: ErrorCode = _

source

pub const KDC_ERR_NEVER_VALID: ErrorCode = _

source

pub const KDC_ERR_POLICY: ErrorCode = _

source

pub const KDC_ERR_BADOPTION: ErrorCode = _

source

pub const KDC_ERR_ETYPE_NOSUPP: ErrorCode = _

source

pub const KDC_ERR_SUMTYPE_NOSUPP: ErrorCode = _

source

pub const KDC_ERR_PADATA_TYPE_NOSUPP: ErrorCode = _

source

pub const KDC_ERR_TRTYPE_NOSUPP: ErrorCode = _

source

pub const KDC_ERR_CLIENT_REVOKED: ErrorCode = _

source

pub const KDC_ERR_SERVICE_REVOKED: ErrorCode = _

source

pub const KDC_ERR_TGT_REVOKED: ErrorCode = _

source

pub const KDC_ERR_CLIENT_NOTYET: ErrorCode = _

source

pub const KDC_ERR_SERVICE_NOTYET: ErrorCode = _

source

pub const KDC_ERR_KEY_EXPIRED: ErrorCode = _

source

pub const KDC_ERR_PREAUTH_FAILED: ErrorCode = _

source

pub const KDC_ERR_PREAUTH_REQUIRED: ErrorCode = _

source

pub const KDC_ERR_SERVER_NOMATCH: ErrorCode = _

source

pub const KDC_ERR_MUST_USE_USER2USER: ErrorCode = _

source

pub const KDC_ERR_PATH_NOT_ACCEPTED: ErrorCode = _

source

pub const KDC_ERR_SVC_UNAVAILABLE: ErrorCode = _

source

pub const KRB_AP_ERR_BAD_INTEGRITY: ErrorCode = _

source

pub const KRB_AP_ERR_TKT_EXPIRED: ErrorCode = _

source

pub const KRB_AP_ERR_TKT_NYV: ErrorCode = _

source

pub const KRB_AP_ERR_REPEAT: ErrorCode = _

source

pub const KRB_AP_ERR_NOT_US: ErrorCode = _

source

pub const KRB_AP_ERR_BADMATCH: ErrorCode = _

source

pub const KRB_AP_ERR_SKEW: ErrorCode = _

source

pub const KRB_AP_ERR_BADADDR: ErrorCode = _

source

pub const KRB_AP_ERR_BADVERSION: ErrorCode = _

source

pub const KRB_AP_ERR_MSG_TYPE: ErrorCode = _

source

pub const KRB_AP_ERR_MODIFIED: ErrorCode = _

source

pub const KRB_AP_ERR_BADORDER: ErrorCode = _

source

pub const KRB_AP_ERR_BADKEYVER: ErrorCode = _

source

pub const KRB_AP_ERR_NOKEY: ErrorCode = _

source

pub const KRB_AP_ERR_MUT_FAIL: ErrorCode = _

source

pub const KRB_AP_ERR_BADDIRECTION: ErrorCode = _

source

pub const KRB_AP_ERR_METHOD: ErrorCode = _

source

pub const KRB_AP_ERR_BADSEQ: ErrorCode = _

source

pub const KRB_AP_ERR_INAPP_CKSUM: ErrorCode = _

source

pub const KRB_AP_PATH_NOT_ACCEPTED: ErrorCode = _

source

pub const KRB_ERR_RESPONSE_TOO_BIG: ErrorCode = _

source

pub const KRB_ERR_GENERIC: ErrorCode = _

source

pub const KRB_ERR_FIELD_TOOLONG: ErrorCode = _

source

pub const KDC_ERROR_CLIENT_NOT_TRUSTED: ErrorCode = _

source

pub const KDC_ERROR_KDC_NOT_TRUSTED: ErrorCode = _

source

pub const KDC_ERROR_INVALID_SIG: ErrorCode = _

source

pub const KDC_ERR_KEY_TOO_WEAK: ErrorCode = _

source

pub const KDC_ERR_CERTIFICATE_MISMATCH: ErrorCode = _

source

pub const KRB_AP_ERR_NO_TGT: ErrorCode = _

source

pub const KDC_ERR_WRONG_REALM: ErrorCode = _

source

pub const KRB_AP_ERR_USER_TO_USER_REQUIRED: ErrorCode = _

source

pub const KDC_ERR_CANT_VERIFY_CERTIFICATE: ErrorCode = _

source

pub const KDC_ERR_INVALID_CERTIFICATE: ErrorCode = _

source

pub const KDC_ERR_REVOKED_CERTIFICATE: ErrorCode = _

source

pub const KDC_ERR_REVOCATION_STATUS_UNKNOWN: ErrorCode = _

source

pub const KDC_ERR_REVOCATION_STATUS_UNAVAILABLE: ErrorCode = _

source

pub const KDC_ERR_CLIENT_NAME_MISMATCH: ErrorCode = _

source

pub const KDC_ERR_KDC_NAME_MISMATCH: ErrorCode = _

Trait Implementations§

source§

impl Clone for ErrorCode

source§

fn clone(&self) -> ErrorCode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ErrorCode

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for ErrorCode

source§

fn eq(&self, other: &ErrorCode) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for ErrorCode

source§

impl Eq for ErrorCode

source§

impl StructuralPartialEq for ErrorCode

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( self, class: Class, constructed: bool, tag: u32 ) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.