fieldErrors property

Map<String, IFieldError> fieldErrors

A mapping of field path to field error.

Will be empty if Discord did not send any errors associated with specific fields in the request.

Implementation

Map<String, IFieldError> get fieldErrors;