fix: do not require remoteOrgID for remote connection creation (#451)
This commit is contained in:
@ -126,3 +126,11 @@ func (o *TemplateSummaryError) Error() string {
|
||||
func (o *TemplateSummaryError) ErrorCode() ErrorCode {
|
||||
return ErrorCode(o.Code)
|
||||
}
|
||||
|
||||
func (o *UnauthorizedRequestError) Error() string {
|
||||
return o.GetMessage()
|
||||
}
|
||||
|
||||
func (o *UnauthorizedRequestError) ErrorCode() ErrorCode {
|
||||
return ErrorCode(o.GetCode())
|
||||
}
|
||||
|
Reference in New Issue
Block a user