T402 API Reference - v2.8.0
    Preparing search index...

    Interface SIWxValidationResult

    Result of SIWx message validation.

    interface SIWxValidationResult {
        valid: boolean;
        error?: string;
    }
    Index

    Properties

    Properties

    valid: boolean

    Whether the message is valid

    error?: string

    Error message if invalid