department-of-veterans-affairs/vets-website

View on GitHub
src/applications/personalization/dashboard/utils/mocks/messaging/messages-400.js

Summary

Maintainability
A
0 mins
Test Coverage
export const mockMessagesResponse = {
  errors: [
    {
      title: 'Operation failed',
      detail: 'The Page Size must be less than total message count',
      code: 'VA900',
      status: '400',
    },
  ],
};