On this page

Type Alias ValidationError

type ValidationError = {
    identifier?: string;
    line: number;
    message: string;
}
Index

Properties

identifier?: string
line: number
message: string
Was this helpful?
SDK JS
Reference
ValidationError