Spaces:
Runtime error
Runtime error
export interface ErrorMessage { | |
code: String | null; | |
title: String; | |
messageLines: String[]; | |
} | |
export interface ErrorMessage { | |
code: String | null; | |
title: String; | |
messageLines: String[]; | |
} | |