Show / Hide Table of Contents

    ApiValidationResult

    Type, Introduced in version 2.18

    Specifies a command validation result.

    Used by the ValidationCommandResponse type.

    Properties

    Name Type Summary Introduced in
    Kind Int32 The validation kind of the result.

    • Valid: 0
    • Warning: 1
    • Error: 2
    Message String The message returned by the validation.

    Example

    {
      "Kind": 0,
      "Message": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB