source property

String? source
final

An optional string value describing the source of the exception.

The SDK should populate this with the name of the property or attribute of the parent exception that this exception was acquired from. In the case of an array, it should include the zero-based array index as well.

Implementation

final String? source;