view data fixes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* for both end users and developers.
|
||||
*/
|
||||
|
||||
import { ApiError } from '@/lib/api/base/ApiError';
|
||||
import { ApiError } from '@/lib/gateways/api/base/ApiError';
|
||||
|
||||
export interface ValidationError {
|
||||
field: string;
|
||||
@@ -134,7 +134,6 @@ function mapApiFieldToFormField(apiField: string): string {
|
||||
* Create enhanced error context for debugging
|
||||
*/
|
||||
export function createErrorContext(
|
||||
error: unknown,
|
||||
context: EnhancedErrorContext
|
||||
): EnhancedErrorContext {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user