StandardErrorsEx
Inherits object
Public Static Functions
ErrorMessage
Gets the message for the given error. Returns the message for the error, or ErrorMessage.Unknown if the error is not recognized.
string
Gets the friendly message for the given error. Returns the friendly message for the error.
string
Gets the technical message for the given error. Returns the technical message for the error.
ErrorMessage
Documentation inherited from ErrorMessage.WithFriendly(string).
ErrorMessage
Documentation inherited from WithFriendly(StandardErrors, string).
ErrorMessage
Documentation inherited from ErrorMessage.WithTechnical(string).
ErrorMessage
Documentation inherited from WithTechnical(StandardErrors, string).
ErrorSource
Gets the source type of the given method. Returns the source type of the method.
ErrorSource
Gets the source type of the given error. Returns the source type of the error.
bool
Checks if the error is abnormal or expected as part of regular gameplay. Returns true if the error is abnormal; otherwise, false.
Private Functions
bool
Checks if the given English string is (probably) plural. Returns true if the string is plural; otherwise, false.
Private Attributes
IReadOnlyDictionary
_messages
Dictionary of standard error messages.
