Skip to main content
Version: Next 🚧

[F] $error

function $error(context, target): void

@error decorator marks a model as an error type. Any derived models (using extends) will also be seen as error types.

Parameters

ParameterType
contextDecoratorContext
targetModel

Returns

void