timeout static method
Implementation
static SDKException timeout(String reason) => _build(
code: pb_enum.ErrorCode.ERROR_CODE_TIMEOUT,
category: pb_enum.ErrorCategory.ERROR_CATEGORY_NETWORK,
message: 'Operation timed out: $reason',
);
static SDKException timeout(String reason) => _build(
code: pb_enum.ErrorCode.ERROR_CODE_TIMEOUT,
category: pb_enum.ErrorCategory.ERROR_CATEGORY_NETWORK,
message: 'Operation timed out: $reason',
);