260640fee
1 2 3 4 5 6 7 8 9 10 11
export const validationError = { code: 100, reason: 'Validation failed', validationErrors: [ { field: 'networkId', code: 1006, reason: 'Network id 42 is not supported', }, ], };