@transreport/pauk-passenger-api
    Preparing search index...

    Interface ValidationError

    Validation error response with field-level details

    interface ValidationError {
        error: string;
        errors: ValidationErrorErrorsItem[];
        message: string;
    }
    Index

    Properties

    Properties

    error: string

    Error type

    List of field-level validation errors

    message: string

    Human-readable error summary