The Candid Startup
    Preparing search index...

    Type that represents an error when validating data passed to an API

    interface ValidationError {
        message: string;
        type: "ValidationError";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message: string

    End user message describing the problem

    type: "ValidationError"

    Discriminated union tag