Skip to content

SolcErrorEntry

SolcErrorEntry: object

Type declaration

component

component: string

errorCode?

optional errorCode: string

formattedMessage?

optional formattedMessage: string

message

message: string

secondarySourceLocations?

optional secondarySourceLocations: SolcSecondarySourceLocation[]

severity

severity: "error" | "warning" | "info"

sourceLocation?

optional sourceLocation: SolcSourceLocation

type

type: string

Defined in

solcTypes.ts:351