Home / Function/ ErrorDetailsInnerToJSON() — typescript-sdk Function Reference

ErrorDetailsInnerToJSON() — typescript-sdk Function Reference

Architecture documentation for the ErrorDetailsInnerToJSON() function in ErrorDetailsInner.ts from the typescript-sdk codebase.

Entity Profile

Relationship Graph

Source Code

src/models/ErrorDetailsInner.ts lines 67–77

export function ErrorDetailsInnerToJSON(value?: ErrorDetailsInner | null): any {
    if (value == null) {
        return value;
    }
    return {
        
        'field': value['field'],
        'issue': value['issue'],
        'location': value['location'],
    };
}

Domain

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free