AcManager.Tools.AcErrors.AcError.MessageFromType C# (CSharp) Method

MessageFromType() private static method

private static MessageFromType ( AcErrorType type ) : string
type AcErrorType
return string
        private static string MessageFromType(AcErrorType type) {
            return type.GetDescription() ?? @"?";
        }