dotConnect for QuickBooks Online Documentation
Devart.Data.QuickBooks Namespace / QuickBooksException Class / Errors Property

In This Topic
    Errors Property
    In This Topic
    This property specifies a collection of one or more QuickBooksError objects that contain information about errors returned by QuickBooks.
    Syntax
    'Declaration
     
    Public ReadOnly Property Errors As QuickBooksErrorCollection
    public QuickBooksErrorCollection Errors {get;}

    Property Value

    A QuickBooksErrorCollection.
    Remarks
    The Errors property contains at least one instance of QuickBooksError objects.
    See Also