# Functions
SendErrorResponse sends an error over the wire.
SendResponse sends a JSON response over the wire.
# Structs
ErrorResponse is the response sent when an error occurs.
ExecuteResponse is the response sent when executing code.
GetCodeResponse is the response sent when getting code.
SaveCodeRequest is the request sent when saving code.
SaveCodeResponse is the response sent when saving code.