timeoutError method

Map<String, dynamic> timeoutError()

Genetic timeout error.

Implementation

Map<String, dynamic> timeoutError() => {
  'statusCode': 500,
  'errorCode': 504002,
  'errorDetails': 'A timeout that was defined in the request is reached',
};