BuiltInFailures.GeneralFailures Class

BuiltInFailuresGeneralFailures Class

Failures about GeneralFailures.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBBuiltInFailuresGeneralFailures

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static class GeneralFailures
Public NotInheritable Class GeneralFailures
public ref class GeneralFailures abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type GeneralFailures = class end

The BuiltInFailuresGeneralFailures type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCannotFixProblem Failed to fix problem. Action has to be cancelled.
Public propertyStatic memberCannotSetParameter Cant set parameter
Public propertyStatic memberCharactersNotAllowed Name cannot contain any of the following characters:\n[{}[]|;<>?`~]\nor any of the non-printable characters.
Public propertyStatic memberContentDocTreeCorruption Problems with the Content Doc Tree structure - e.g. orphaned Content Docs, Families w/o docs, missing Owner Fam, what-not
Public propertyStatic memberConvertingOldAxisToNormal This operation will convert the existing axis of revolution to a normal line.
Public propertyStatic memberCoreElemTestingError Core element testing error (internal).
Public propertyStatic memberDuplicateValue Elements have duplicate '[Value]' values.
Public propertyStatic memberEnterNonNegativeValue Enter a non-negative value.
Public propertyStatic memberEnterValidRealGreaterThan Enter a number greater than [Value].
Public propertyStatic memberEnterValueBetween Please enter a value between [Value] and [Value].
Public propertyStatic memberErrorInFamilyResolved An error occurred in family "[Name]" and was automatically resolved. Please review changes made to the family.\nError Information:\n"[Text]"\nError Resolution: [Resolution]
Public propertyStatic memberErrorInSymbolFamilyResolved An error occurred in family "[Name]" and was automatically resolved, but may require review by the family creator.\nError Information:\n"[Text]"\nError Resolution: [Resolution]
Public propertyStatic memberErrorResolved Error "[Text]" was automatically resolved by "[Resolution]"
Public propertyStatic memberFailedToOpenFile Failed to open file.
Public propertyStatic memberFailedToReadLine Failed to read line.
Public propertyStatic memberFamilySeparationTestingError Family separation testing error (internal).
Public propertyStatic memberGenericCorruption A generic error has occurred.
Public propertyStatic memberGenericError Error.
Public propertyStatic memberGenericErrorNone None.
Public propertyStatic memberGenericFatalError A fatal error has occurred. The application will be terminated. You will be given the opportunity to save recovery files for all of your changed projects.\tWould you like to save a recovery file for [Project Name]?
Public propertyStatic memberGenericNonFatalError A serious error has occurred. It is strongly recommended that you use Save As to save your work in a new file before continuing.
Public propertyStatic memberGenericWarning A generic error has occurred.
Public propertyStatic memberInaccuracyDetected A geometric inaccuracy was found in the element.
Public propertyStatic memberInternalProblemsParameter Parameter cannot be changed due to internal problems.
Public propertyStatic memberInvalidInput Invalid Input
Public propertyStatic memberInvalidInputWarn Invalid Input
Public propertyStatic memberInvalidOrderOfPhases Invalid order of phases: [Type Name] cannot be demolished before it was created.
Public propertyStatic memberInvalidValue Invalid value.
Public propertyStatic memberNameInUse The name "[Name]" is already in use.
Public propertyStatic memberNameIsEmpty Name is empty
Public propertyStatic memberNameNotUnique The name entered is already in use. Enter a unique name.
Public propertyStatic memberNoRelatedWarnings Document doesn't contain any warnings related to these elements.
Public propertyStatic memberParameterValueNotInRange The value for [Parameter Name] must be between [Value] and [Value].
Public propertyStatic memberParameterValuesConflict The value for [Parameter Name] must be at least [Value] below the value for [Parameter Name].
Public propertyStatic memberSeriousElementReferenceCorruption Element references are seriously corrupt.
Public propertyStatic memberTransactionFailed [Description]
Public propertyStatic memberTransactionFailedWarn [Description]
Public propertyStatic memberUnresolvableErrorInFamily An error occurred in family "[Name]" that cannot be automatically resolved.\nError Information:\n"[Text]"
Public propertyStatic memberUnresolvableErrorInFamilyWarn An error occurred in family "[Name]" that cannot be automatically resolved.\nError Information:\n"[Text]"
Public propertyStatic memberUnspecifiedError Revit has experienced an unexpected error. The operation has been cancelled to protect your project from corruption.
Public propertyStatic memberValueOutOfRange Value is out of range ! Please enter a number between [Value] and [Value].
Public propertyStatic memberWarningInFamilyDismissed A warning in family "[Name]" was dismissed. Please review warning information to determine if any changes are necessary\nWarning Information:\n"[Text]"
Top
See Also