mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-07 04:21:17 +00:00
6 lines
95 B
Go
6 lines
95 B
Go
package errors
|
|
|
|
import "fmt"
|
|
|
|
var ErrAccessTokenExpired = fmt.Errorf("accesstoken is expired")
|