Show / Hide Table of Contents

Class AbpExceptionHandlingConsts

Inheritance
object
AbpExceptionHandlingConsts
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ExceptionHandling
Assembly: Volo.Abp.ExceptionHandling.dll
Syntax
public static class AbpExceptionHandlingConsts

Fields

InvalidToken

Declaration
public const string InvalidToken = "invalid_token"
Field Value
Type Description
string

SessionExpired

Declaration
public const string SessionExpired = "SessionExpired"
Field Value
Type Description
string

Unauthorized

Declaration
public const string Unauthorized = "Unauthorized"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform