jpcerror.go 70 B

123456
  1. package jrpcerror
  2. type JrpcError struct {
  3. Code int
  4. Error string
  5. }