dotConnect for QuickBooks Online Documentation
Devart.Data.QuickBooks Namespace / QuickBooksError Class / Code Property

In This Topic
    Code Property
    In This Topic
    Gets the code that indicates the reason of the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Code As Integer
    public int Code {get;}

    Property Value

    The number that indicates the reason of the error.
    Remarks
    You can find the description of QuickBooks error codes in the Quicbooks documentation.
    See Also