FragmentErrorType$json top-level constant

  1. @Deprecated('Use fragmentErrorTypeDescriptor instead')
Map<String, Object> const FragmentErrorType$json

Implementation

@$core.Deprecated('Use fragmentErrorTypeDescriptor instead')
const FragmentErrorType$json = {
  '1': 'FragmentErrorType',
  '2': [
    {'1': 'FRAGMENT_ERROR_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'FRAGMENT_ERROR_TYPE_NO_ACCESS', '2': 1},
    {'1': 'FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED', '2': 2},
    {'1': 'FRAGMENT_ERROR_TYPE_CHILD_ID_INVALID', '2': 3},
    {'1': 'FRAGMENT_ERROR_TYPE_CYCLE_DETECTED', '2': 4},
  ],
};