Struct fruity__bbqsrc::foundation::NSErrorUserInfoKey[][src]

#[repr(C)]
pub struct NSErrorUserInfoKey(pub NSString<'static>);
Expand description

Keys that may exist in an NSError user info dictionary.

See documentation.

Implementations

The corresponding value is an [NSURL].

See documentation.

Contains the file path of the error.

The corresponding value is an NSString.

See documentation.

The corresponding value is an NSString containing the localized help corresponding to the help button.

If present, its value is returned by NSError::help_anchor.

See documentation.

The corresponding value is an NSString containing the localized error description.

If present, its value is returned by NSError::localized_description.

See documentation.

Returns NSDebugDescriptionErrorKey, which is currently undocumented.

See documentation.

Returns NSLocalizedFailureErrorKey, which is currently undocumented.

See documentation.

The corresponding value is an NSString containing the localized reason for the failure.

If present, its value is returned by NSError::localized_failure_reason.

See documentation.

The corresponding value is an [NSArray]<NSString> containing the localized titles of buttons appropriate for displaying in an alert panel.

If present, its value is returned by [NSError::localized_recovery_options].

See documentation.

The corresponding value is an NSString containing the localized recovery suggestion for the error.

If present, its value is returned by NSError::localized_recovery_suggestion.

See documentation.

The corresponding value is an object that conforms to the NSErrorRecoveryAttempting informal protocol.

If present, its value is returned by NSError::recovery_attempter.

See documentation.

The corresponding value is an NSNumber containing the NSStringEncoding value.

See documentation.

The corresponding value is an error that was encountered in an underlying implementation and caused the error that the receiver represents to occur.

See documentation.

Trait Implementations

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Increments the object’s retain count and returns a smart pointer that automatically calls release on Drop. Read more

Decrements the object’s retain count. Read more

Casts self into a type-erased Objective-C object.

Returns the class that this object is an instance of.

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.