• Help Home
  • English (US)
    1. English (US)
    2. 简体中文
    3. 繁體中文
    4. Čeština
    5. Deutsch
    6. English (UK)
    7. Español
    8. Français
    9. Magyar
    10. Italiano
    11. 日本語
    12. 한국어
    13. Polski
    14. Português (Brasil)
    15. Русский
AutoCAD 2025 Developer and ObjectARX
    • Customization and Administration Guides
    • DXF Reference
    • AutoLISP and DCL
    • ActiveX and VBA
    • ObjectARX and Managed .NET
      • ObjectARX: Developer's Guide
        • ObjectARX Introductory Concepts
        • Basic Interaction with AutoCAD
        • Custom Objects
        • Advanced Topics
        • ObjectARX Graphics, Geometry, and Boundary Representation Libraries
          • The Graphics Interface Library
          • Visualization
          • Using the Geometry Library
          • Using the Boundary Representation Library
            • Overview of the AcBr Library
            • Domain
            • AcBr Limitations
            • Class Hierarchy
            • Topological Objects
            • AcBr Class Descriptions
            • Enumerated Types
              • Error Return Codes
              • Validation Level
              • ShellType
              • LoopType
              • Mesh Element Shape Control
            • Building an Application
        • Using COM for ObjectARX Development
      • ObjectARX: Reference Guide
      • ObjectARX: Managed .NET Developer's Guide
      • ObjectARX: Managed .NET Reference Guide
      • ObjectARX: Interoperability Guide
      • ObjectARX: Migration Guide
      • ObjectARX: Release Notes
    • JavaScript
    • AutoCAD Core Console
    Share
    • Email
    • Facebook
    • Twitter
    • LinkedIn
     
     

    Error Return Codes

    The AcBr::ErrorStatus enum is returned by all non-Boolean valued functions. The error code may be either a global AutoCAD error code (as listed in the Acad::ErrorStatus enum), cast to the local AcBr::ErrorStatus enum, or a local boundary representation library error code. The local error codes are defined using a starting base of 3000, so as not to conflict with the AutoCAD or AutoCAD Mechanical API error codes.

    Parent topic: Enumerated Types

    Was this information helpful?

    Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Please see the Autodesk Creative Commons FAQ for more information.

    • Privacy Statement
    • Legal Notices & Trademarks
    • Report Noncompliance
    • © 2025 Autodesk Inc. All rights reserved