Skip to content

Commit

Permalink
point to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Jun 19, 2024
1 parent 1958044 commit 7590418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nango-yaml/lib/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class ParserErrorTypeSyntax extends ParserError {
constructor(options: { value: string; path: string[] }) {
super({
code: 'type_syntax_error',
message: `Type "${options.value}" contains some unsupported typescript syntax, please use Yaml compatible syntax.`,
message: `Type "${options.value}" contains some unsupported typescript syntax, please use allowed syntax. Documentation: https://docs.nango.dev/reference/integration-configuration#model-types`,
path: options.path
});
}
Expand Down

0 comments on commit 7590418

Please sign in to comment.