12 lines
310 B
Go
12 lines
310 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
type ErrorResponse struct {
|
|
Code string `json:"code,omitempty"`
|
|
Error string `json:"error,omitempty"`
|
|
Index int `json:"index,omitempty"`
|
|
PlayerID string `json:"playerId,omitempty"`
|
|
RequestID string `json:"requestId,omitempty"`
|
|
}
|