errorMessage property

String? errorMessage
final

The user-defined error message for this RAISE expression.

This will be non-null if raiseKind is not RaiseKind.ignore.

Implementation

final String? errorMessage;