Skip to content

Instantly share code, notes, and snippets.

@sgarcez
Created April 23, 2018 13:40
Show Gist options
  • Save sgarcez/463d2a9537792f38fa4d5d347f105d46 to your computer and use it in GitHub Desktop.
Save sgarcez/463d2a9537792f38fa4d5d347f105d46 to your computer and use it in GitHub Desktop.
type InvokeResponse_Error struct {
Message string
Type string
StackTrace []*InvokeResponse_Error_StackFrame
ShouldExit bool
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment