package
Version:
v0.0.230
Opens a new window with list of versions in this module.
Published: Mar 28, 2024
License: MIT
Opens a new window with license information.
Imports: 26
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FunctionBuildEvent struct {
FunctionID string
Errors []string
}
type FunctionErrorEvent struct {
FunctionID string
WorkerID string
RequestID string
ErrorType string `json:"errorType"`
ErrorMessage string `json:"errorMessage"`
Trace []string `json:"trace"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.