StatusExtension extension

Extend Status to add custom handling for Status.details.

on

Properties

detailsAsMessages List<ProtoMessage>

Available on Status, provided by the StatusExtension extension

Return the list of details with the list elements converted to ProtoMessage instances.
no setter
errorInfo ErrorInfo?

Available on Status, provided by the StatusExtension extension

A utility method to return any ErrorInfo instance from the details list.
no setter
localizedMessage LocalizedMessage?

Available on Status, provided by the StatusExtension extension

A utility method to return any LocalizedMessage instance from the details list.
no setter