failure property

Map<String, dynamic> failure
final

The scripted failure payload: {type: http, status: 503} / {type: auth, code: user-token-expired} / {type: partial}.

Implementation

final Map<String, dynamic> failure;