mirror of https://github.com/databricks/cli.git
cleanup todos
This commit is contained in:
parent
9fd42279d9
commit
bfabca17a4
|
@ -14,9 +14,6 @@ type ResponseBody struct {
|
|||
}
|
||||
|
||||
type LogError struct {
|
||||
Message string `json:"message"`
|
||||
|
||||
// TODO: Confirm with Ankit that this signature is accurate. When does this typically
|
||||
// trigger?
|
||||
Message string `json:"message"`
|
||||
ErrorType string `json:"ErrorType"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue