mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
23 lines
466 B
JSON
23 lines
466 B
JSON
{
|
|
"errors":
|
|
[
|
|
{
|
|
"component": "general",
|
|
"errorCode": "7400",
|
|
"formattedMessage": "Warning: Requested contract \"C\" does not exist in source \"Source\".
|
|
|
|
",
|
|
"message": "Requested contract \"C\" does not exist in source \"Source\".",
|
|
"severity": "warning",
|
|
"type": "Warning"
|
|
}
|
|
],
|
|
"sources":
|
|
{
|
|
"Source":
|
|
{
|
|
"id": 0
|
|
}
|
|
}
|
|
}
|